﻿@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background-color: #f2f2f2;
    margin: 0px;
    font-family: "Microsoft JhengHei", "微軟正黑體", "Verdana";
}

#wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*======================== banner ========================*/

#abgne_fade_pic {
    width: 1100px;
    height: 567px;
    margin-top: 100px;
    float: left;
    background: #fff;
    padding-left:  10px;
    position: relative;
}

.banner_bg {
    width: 1380px;
    height: 160px;
    position: absolute;
    bottom: 8px;
}

.banner_keyword {
    width: 355px;
    height: auto;
    color: #fff;
    font-size: .95rem;
    line-height: 20px;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1%;
}

.banner_keyword li {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    width: 10px;
    height: 10px;
	border-radius: 50%;    
    margin: 5px 7px;
    /*padding: 7px 10px;*/
	text-indent: -999px;
    letter-spacing: 0.05rem;
	cursor: pointer;
	transition: opacity 200ms ease;
    -webkit-backface-visibility: visible;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_keyword .active {
    background-color: #af0000;
    position: relative;
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.banner_keyword .active:after {
    display: none;
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(189, 0, 0, 0.7);
    position: absolute;
    right: -10px;
}

.banner_news {
    width: 250px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 10px;
    top: 3%;
    color: #000;
    font-size: 13px;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border-top-right-radius: 9px;*/
}

.banner_news span {
    color: #ad0000;
    padding: 0 5px;
    display: block;
    margin-left: -5px;
    margin-bottom: -2px;
    font-size: 14px;
    font-weight: bold;
}

.banner_news span i {
    font-size: 16px;
    font-style:  normal;
    vertical-align: top;
    display:  inline-block;
    letter-spacing: 1px;
    margin-top: -1px;
}

.banner_search {
    width: 1026px;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 4px 2px #888;
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #000;
    font-size: 12px;
    padding: 0 12px;
}

.search_area {
    width: auto;
    height: 16px;
    float: left;
    margin: 10px 0;
}

.search_area .search_area_content {
    width: auto;
    height: 10px;
    margin: 0;
    display: block;
    float: left;
}

.search_area_content .search_area_content_position {
    padding-bottom: 8px;
    float: left;
}

.banner_line {
    width: 1px;
    height: 40px;
    float: left;
    margin: 0 10px;
    background-color: #000;
}

ul#small_banner {
    width: 298px;
    float: left;
}

ul#small_banner li {
    line-height: 0;
    margin: 10px 9px 0 9px;
}

ul#small_banner li a {
    background: #000;
    line-height: 0;
    display: inline-block;
    transition: .5s;
}

ul#small_banner li a img {
    transition: .5s;
}

ul#small_banner li a:hover img {
    opacity: .8;
}


/*======================== search box ========================*/

#searchBox {
    width: 298px;
    float: left;
    margin-top: 100px;
    /* padding-right: 10px; */
}

#searchBox ul {
    width: 105.5%;
    overflow: hidden;
    padding-left: 0px;
}

#searchBox ul li {
    font-size: 14px;
    padding: 0 3.3%;
    line-height: 40px;
    margin-right: 2px;
    float: left;
    box-shadow: inset 0px -4px 4px 0px rgba(90, 90, 90, 0.3);
    background: linear-gradient(#fff, #f1f1f1);
    transition: .3s;
}

#searchBox ul li a {
    color: #b50000;
    display: block;
}

#searchBox ul li:first-of-type {
    background: #b40000;
    color: #fff;
    box-shadow: inset 0px -4px 10px 1px rgba(86, 55, 54, 0.3);
}

#searchBox ul li:last-of-type {
    margin-right: 0;
}

#searchBox ul li:hover {
    background: #b40000;
    color: #fff;
    box-shadow: inset 0px -4px 10px 1px rgba(86, 55, 54, 0.3);
}

#searchBox ul li:hover a {
    color: #fff;
}

table.searchBox_tool {
    width: 103.4%;
    background: #b40000;
    background: linear-gradient(#b40000, #8b0500);
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    padding: 12px 0;
    position: relative;
    z-index: 9;
    margin-left: -3.3%;
}

table.searchBox_tool:before {
    content: url(../images/searchBox_aside.png);
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 99;
}

table.searchBox_tool:after {
    content: url(../images/searchBox_bg.png);
    position: absolute;
    top: 13%;
    right: 3%;
}

table.searchBox_tool tr td:first-of-type {
    text-align: right;
    padding-right: 5px;
    width: 19%;
}

table.searchBox_tool .searchBox_date {
    width: 60%;
    display: block;
    line-height: 21px;
    border: solid 1px #d6d6d6;
    background: #fff;
    position: relative;
}



table.searchBox_tool .searchBox_date input {
    width: 100%;
    border: none;
    padding: 0 5px;
    outline: none;
}

table.searchBox_tool select {
    background: #fff;
    border: solid 1px #d6d6d6;
    padding: 1.25% 8px;
    outline: none;
}

table.searchBox_tool .searchBox_selectArea {
    width: 35%;
    margin-right: 5px;
}

table.searchBox_tool .searchBox_selectCountry {
    width: 58%;
}

table.searchBox_tool .searchBox_keyword {
    width: 63%;
    float: left;
    background: #fff;
    border: solid 1px #d6d6d6;
    padding: 1.75% 8px;
    margin: 3px 9px 0 0;
    outline: none;
}

table.searchBox_tool .search_button {
    width: 30%;
    float: left;
    color: #fff;
    background: #770606;
    box-shadow: inset 0px 0px 6px 1px rgba(56, 56, 56, 0.3);
    border-radius: 20px;
    letter-spacing: 4px;
    line-height: 28px;
    margin-top: 3px;
    padding: 0 11px;
    cursor: pointer;
    transition: .3s;
}

table.searchBox_tool .search_button:hover {
    background: #b50000;
    box-shadow: inset 0px 0px 6px 1px rgba(56, 0, 0, 0.5);
}

table.searchBox_tool .search_button:active {
    box-shadow: inset 1px 2px 4px 1px rgba(56, 56, 56, 0.3);
}

table.searchBox_tool .search_button_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    margin-left: 4px;
}


/*======================== aside ========================*/

aside {
    width: 250px;
    min-height: 880px;
    margin: 0 10px 15px 0;
    font-size: 12px;
    float: left;
}


/* Luxe Travel */

.luxeTravel_tool {
    width: 250px;
    height: 315px;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.luxeTravel_tool .luxeTravel_tool_title {
    width: 248px;
    height: 55px;
    margin-bottom: 10px;
    background: url(../images/luxe_title.jpg) no-repeat;
}

.luxeTravel_tool ul {
    width: 97%;
    height: 240px;
    overflow-y: auto;
    padding: 0 8px;
    font-size: 13px;
    font-weight: bold;
}

.luxeTravel_tool li {
    margin-left: 16px;
    font-weight: normal;
    line-height: 21px;
}

.luxeTravel_tool li a:hover {
    color: #333;
}

.luxeTravel_tool li:before {
    content: "■";
    margin: 0 5px 0 -10px;
    font-size: 8px;
}

.luxeTravel_tool li span {
    color: #bd0000;
    display: block;
    font-size: 11px;
}

/* Let's get this party started */

.luxeTravel_tool ::-webkit-scrollbar {
    width: 6px;
}


/* Track */
.luxeTravel_tool ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */

.luxeTravel_tool ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(189, 189, 189, 0.5);
}

.luxeTravel_tool ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(189, 189, 189, 0.5);
}

/* New Vision */

.NewVision_tool {
    width: 250px;
    height: 315px;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.NewVision_tool .NewVision_tool_title {
    width: 248px;
    height: 55px;
    margin-bottom: 10px;
    background: url(../images/vision_title.jpg) no-repeat;
}

.NewVision_tool ul {
    width: 97%;
    height: 240px;
    overflow-y: scroll;
    padding: 0 8px;
    font-size: 13px;
    font-weight: bold;
}

.NewVision_tool li {
    margin-left: 16px;
    font-weight: normal;
    line-height: 21px;
}

.NewVision_tool li a:hover {
    color: #333;
}

.NewVision_tool li:before {
    content: "■";
    margin: 0 5px 0 -10px;
    font-size: 8px;
}

.NewVision_tool li span {
    color: #bd0000;
    display: block;
    font-size: 11px;
}

.NewVision_tool li span:before {
    content: "NT";
    margin: 0 3px;
}

.NewVision_tool li span:after {
    content: "起";
}


/* Let's get this party started */

.NewVision_tool ::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.NewVision_tool ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

.NewVision_tool ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(189, 189, 189, 0.5);
}

.NewVision_tool ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(189, 189, 189, 0.5);
}


/* Special Offer Aside */

.SpecialOffer_aside_tool {
    width: 250px;
    height: 110px;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 10px;
}

.SpecialOffer_aside_tool .SpecialOffer_aside_tool_title {
    width: 230px;
    height: 30px;
    margin-bottom: 10px;
    background: url(../images/specialOffer_aside_title.jpg) no-repeat;
}

.SpecialOffer_aside_tool figure {
    width: 50%;
    float: left;
    padding: 0 2%;
}

.SpecialOffer_aside_tool figure:hover figcaption {
    color: #ba1b21;
}

.SpecialOffer_aside_tool figcaption {
    display: inline-block;
    line-height: 15px;
    font-size: 14px;
    vertical-align: super;
    transition: .3s;
}


/* Travel Lecture(舊) */
/*
.TravelLecture_tool {
    width: 250px;
    height: 110px;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 10px;
}

.TravelLecture_tool a {
    width: 100%;
    display: block;
    background: #000;
}

.TravelLecture_pic {
    width: 228px;
    height: 88px;
    background: url(../images/2019vacation_bg.jpg) no-repeat;
    line-height: 16px;
    padding: 12.5% 0;
    display: block;
    transition: .5s;
    text-align: center;
}

.TravelLecture_pic:hover {
    background: url(../images/2019vacation_hover_bg.jpg) no-repeat;
}

.TravelLecture_pic span {
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #fff;
}

.TravelLecture_pic i {
    font-size: 12px;
    display: block;
    letter-spacing: 0.03rem;
    font-style: normal;
}
*/

/* Donative */

.Donative_tool {
    width: 250px;
    height: 110px;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 10px;
}

.Donative_tool a {
    width: 100%;
    display: block;
    background: #000;
    line-height: 0;
}

.Donative_tool a img {
    transition: .5s;
}

.Donative_tool a:hover img {
    opacity: .8;
}

/* Travel Link */

.TravelLink_tool {
    width: 100%;
    overflow: hidden;
}

.TravelLink {
    width: 120px;
    height: 110px;
    float: left;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 10px;
}

.TravelLink:first-of-type {
    margin-right: 10px;
}

.TravelLink a {
    width: 100%;
    background: #000;
    line-height: 0;
    display: block;
}

.TravelLink:first-of-type {
    margin-right: 10px;
}

.TravelLink img {
    transition: .5s;
}

.TravelLink:hover img {
    opacity: .85;
}


/*======================== content ========================*/


/* SpecialEvent */

.SpecialEvent_tool {
    width: 650px;
    height: 380px;
    border: solid 1px #dcdcdc;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    float: left;
    margin: 0 10px 10px 0;
}

.SpecialEvent_left {
    width: 160px;
    height: 360px;
    float: left;
    margin-right: 8px;
    background-image: url(../images/special_title.jpg);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.SpecialEvent_left .link {
    bottom: 0px;
    left: 0;
    z-index: 1;
    position: absolute;
}

.SpecialEvent_left .link .selected {
    width: 220px;
    height: 25px;
    background-color: #f7a000;
    color: #fff;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    display: block;
    z-index: 99;
}

.SpecialEvent_left .link .selected:after,
.RecentlyHot_left .link .selected:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 10px;
    margin: 3% 0;
}

.SpecialEvent_left li,
.RecentlyHot_left li {
    margin: 0;
    padding: 0;
    line-height: 23px;
}

.SpecialOffer_right li {
    line-height: 22px;
    width: 48%;
}

.SpecialEvent_left li:before,
.RecentlyHot_left li:before,
.SpecialOffer_right li:before {
    content: "";
}

.SpecialEvent_left li:after {
    content: "";
    width: 160px;
    height: 1px;
    background-color: #ececec;
    display: block;
}

.SpecialEvent_left li:last-of-type:after {
    display: none;
}

.SpecialEvent_left a,
.RecentlyHot_left a,
.SpecialOffer_right a {
    color: #000;
    padding: 0 5px;
}

.SpecialEvent_tool .showbox {
    float: right;
    width: 460px;
    height: 360px;
}


/* RecentlyHot */

.RecentlyHot_tool {
    width: 480px;
    height: 380px;
    border: solid 1px #dcdcdc;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
}

.RecentlyHot_tool:after {
    content: "";
    clear: both;
}

.RecentlyHot_left {
    width: 170px;
    height: 360px;
    float: left;
    margin-right: 8px;
    background-image: url(../images/RecentlyHot_title.jpg);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.RecentlyHot_left .link {
    bottom: 0px;
    left: 0;
    z-index: 1;
    position: absolute;
}

.RecentlyHot_left .link .selected {
    width: 250px;
    height: 25px;
    background-color: #04b2cc;
    color: #fff;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    display: block;
    z-index: 99;
}

.RecentlyHot_left li:after {
    content: "";
    width: 170px;
    height: 1px;
    background-color: #ececec;
    display: block;
}

.RecentlyHot_left li:last-of-type:after {
    display: none;
}

.RecentlyHot_tool .showbox {
    float: right;
    width: 280px;
    height: 360px;
}


/* Asia Select */

.AsiaSelect_tool {
    width: 490px;
    height: 250px;
    border: solid 1px #dcdcdc;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.AsiaSelect_left {
    width: 170px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.AsiaSelect_button {
    text-align: right;
    margin: 0 5px;
}

.AsiaSelect_button span {
    width: 10px;
    height: 10px;
    background-color: #bd0000;
    display: inline-block;
    cursor: pointer;
	transition: opacity 200ms ease;
    -webkit-backface-visibility: visible;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.AsiaSelect_button .active,
.AsiaSelect_button span:hover {
    background-color: #000;
}

.AsiaSelect_right {
    width: 288px;
    overflow: hidden;
    float: left;
}

.AsiaSelect_right ul {
    height: 185px;
    overflow-y: auto;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    padding-right: 2%;
}

.AsiaSelect_right li {
    margin-left: 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
}

/* Let's get this party started */

.AsiaSelect_right ::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.AsiaSelect_right ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

.AsiaSelect_right ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(189, 189, 189, 0.5);
}

.AsiaSelect_right ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(189, 189, 189, 0.5);
}

.NewVision_tool li:before,
.AsiaSelect_right li:before,
.DontStop_tool li:before {
    content: "■";
    margin: 0 5px 0 -10px;
    font-size: 8px;
}

.AsiaSelect_right a,
.DontStop_tool a {
    color: #000;
}

.NewVision_tool a:hover,
.AsiaSelect_right a:hover,
.DontStop_tool a:hover {
    color: #bd0000;
}


/* Special Offer */

/* Special Offer */

.SpecialOffer_tool {
    width: 640px;
    height: 250px;
    border: solid 1px #dcdcdc;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
    display:flex;
    justify-content: space-between;
    background-image: url(../images/SpecialOffer_title.jpg?20190709);
    background-repeat: no-repeat;
    background-position: 50% 4.5%;
}

.SpecialOffer_tool .showbox {
    float: right;
    width: 338px;
    height: 230px;
}

.SpecialOffer_right {
    width: 620px;
    height: 230px;
    float: right;
    margin-left: 0px;
    position: relative;
}

.SpecialOffer_right::before{
        content: "";
        width: 1px;
        height: 70%;
        background-color: #ececec;
        display: block;
        position: absolute;
        top: 25%;
        right: 50%;
}

.SpecialOffer_right li:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ececec;
    display: block;
}

.SpecialOffer_right li:last-of-type:after,
.SpecialOffer_right li:nth-of-type(15):after
 {
    display: none;
}





.SpecialOffer_right .link {
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    padding: 0 2px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.SpecialOffer_right .link li:hover {
    background-color: #ff7611;
    cursor: pointer;
}

.SpecialOffer_right .link li:hover>a {
    color: #fff;
}

/* .SpecialOffer_right .link li:hover {
    width: 280px;
    height: 25px;
    background-color: #ff7611;
    color: #ff7611;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 99;
    position:  relative;
} */

/* Vacation */

.VacationYoutubeBox {
    width: 325px;
    overflow: auto;
    float: left;
    margin-right: 10px;
}

.Vacation_tool {
    width: 325px;
    height: 110px;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 10px;
}

.Vacation_tool a {
    width: 100%;
    display: block;
    background: #000;
    line-height: 0;
}

.Vacation_tool a img {
    transition: .5s;
}

.Vacation_tool a:hover img {
    opacity: .8;
}

/* Youtube Channel */

.YoutubeChannel_tool {
    width: 325px;
    height: 230px;
    overflow: hidden;
    border: solid 1px #dcdcdc;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.YoutubeChannel_tool .YoutubeChannel_title {
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    background: url(../images/YoutubeChannel_title.jpg) no-repeat;
}

ul.channel_area {
    width: 100%;
    height: 105px;
    margin: 3px 0;
    overflow-y: auto;
    display: none;
}

ul.channel_area li {
    font-size: 14px;
    margin-left: 12px;
    line-height: 24px;
}

ul.channel_area li a:hover {
    color: #bd0000;
}

ul.channel_area li:before {
    content: "■";
    margin: 0 5px 0 -10px;
    font-size: 8px;
}


/* Let's get this party started */

.YoutubeChannel_tool ::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.YoutubeChannel_tool ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

.YoutubeChannel_tool ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(189, 189, 189, 0.5);
}

.YoutubeChannel_tool ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(189, 189, 189, 0.5);
}

/* TravelLecture_tool */

.TravelLectureFBBox {
    width: 345px;
    overflow: auto;
    float: left;
    margin-right: 10px;
}

.TravelLecture_tool {
    width: 345px;
    height: 110px;
    background: #fff;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 10px;
}

.TravelLecture_tool a {
    width: 100%;
    display: block;
    background: #000;
    line-height: 0;
}

.TravelLecture_tool a img {
    transition: .5s;
}

.TravelLecture_tool a:hover img {
   opacity: .8;
}


/* FaceBook */

.FB_tool {
    width: 345px;
    height: 230px;
    border: solid 1px #dcdcdc;
    background: #fff;
    padding: 10px;
    float: left;
    margin: 0 10px 10px 0;
}


/* DM Banner */

.DMBanner_tool {
    width: 450px;
    height: 350px;
    border: solid 1px #dcdcdc;
    background: #fff;
    padding: 10px;
    float: left;
    margin-bottom: 10px;
}

.DMBanner_tool a {
    background: #000;
    line-height: 0;
    display: inline-block;
    transition: .5s;
    margin-bottom: 7px;
}

.DMBanner_tool a:nth-of-type(odd) {
    margin-right: 8px;
}

.DMBanner_tool a img {
    transition: .5s;
}

.DMBanner_tool a:hover img {
    opacity: .8;
}


/*======================== footer ========================*/

#footer {
    width: 1400px;
    overflow:  hidden;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

#footer_link {
    background-image: url(../images/footerLinkBG.jpg);
    background-repeat: repeat-x;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

#footer_link a {
    color: #FFF;
}

#footer_info {
    background-image: url(../images/footerInfoBG.jpg);
    background-repeat: repeat;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    width:  100%;
    overflow:  hidden;
    padding: 50px 0 45px 0;
    letter-spacing: 1px;
}

#footer_info a {
    color: #FFF;
    text-decoration: underline;
}

#footer_iis {
    width: 1280px;
    margin: 5px auto;
}
